home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / code / robinson / abstract.txt next >
Encoding:
Text File  |  1994-03-24  |  1.4 KB  |  25 lines

  1. FindXL: A Utility that Locates Hidden Instances of Microsoft« Excel
  2.  
  3. Controlling OLE objects in Microsoft Excel from Microsoft Visual Basic« 3.0 is 
  4. one of the many ways to use the OLE Automation capabilities of Microsoft« 
  5. Office to create custom applications. While developing and testing 
  6. applications created in this way, a run-time error in Visual Basic 3.0 may 
  7. leave a hidden instance of Microsoft Excel running, invisible to the Task 
  8. Manager. FindXL is a simple tool for locating such hidden instances and making 
  9. them visible.
  10.  
  11. Visual Basic 3.0, Professional Edition contains a tool (WPS.EXE) for finding 
  12. and eliminating dynamic link libraries and hidden executables, but that tool 
  13. provides neither a graceful exit nor an opportunity for examining the state of 
  14. the hidden executable. By making the hidden instance of Microsoft Excel 
  15. visible, FindXL allows you to look at the property settings of the OLE objects 
  16. at the time of the error.
  17.  
  18. The Visual Basic 3.0 source code for FindXL demonstrates the use of the 
  19. GetObject function with the Microsoft Excel Application object. For more 
  20. information on GetObject, refer to Chapter 4, "Microsoft Excel Objects," in 
  21. Programming Integrated Solutions with Microsoft Office.
  22.  
  23. FindXL was built with Microsoft Visual Basic version 3.0 and incorporates the 
  24. functionality of Microsoft Excel version 5.0.
  25.